home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- if "%1" == "" goto err1
- if "%2" == "" goto err1
- if "%1" == "%2" goto err1
- %2
- cd \
- md \PBMAIL
- cd \PBMAIL
- %1
- rem cd \PB
- PBMS %2\PBMAIL
- cd \
- prompt=$p$g
- %2
- prompt=$p$g
- cls
- echo You are now in the %2\PBMAIL subdirectory.
- echo Enter this command to start the program: PB
-
- echo ..........................................................
- goto end
- :err1
- cls
- echo You entered the wrong command to install PlusBar
- echo ╔══════════════════════════════════════════════════════════╗
- echo ║ To Install, log on to the drive containing ║
- echo ║ the Program diskette and type: INSTALL from: to: ║
- echo ║ ║
- echo ║ "from:" is the floppy drive letter of the ║
- echo ║ PlusBar Disk ║
- echo ║ "to:" is the drive letter where PlusBar will be ║
- echo ║ installed. ║
- echo ║ ║
- echo ║ Copyright 1991 By Cedric Fairweather and Frank James ║
- echo ║ ║
- echo ║ For example, INSTALL A: C: ║
- echo ╚══════════════════════════════════════════════════════════╝
- echo
-
- goto end
-
- :end
- echo on